home *** CD-ROM | disk | FTP | other *** search
/ Private Obsession 3: Sophia / Private Obsession 3: Sophia.iso / files / sshots.dxr / 00152.ls < prev    next >
Encoding:
Text File  |  1995-04-08  |  165 b   |  11 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   else
  5.     unLoadCast("intro2")
  6.     puppetSound("intro3")
  7.     updateStage()
  8.     go(the frame + 1)
  9.   end if
  10. end
  11.